﻿2026-07-26T12:02:27.4074049Z ##[group]Run actions/checkout@v5
2026-07-26T12:02:27.4074965Z with:
2026-07-26T12:02:27.4075582Z   fetch-depth: 0
2026-07-26T12:02:27.4076344Z   repository: BigscreenVR/spt-bs-core
2026-07-26T12:02:27.4081720Z   token: ***
2026-07-26T12:02:27.4082257Z   ssh-strict: true
2026-07-26T12:02:27.4082787Z   ssh-user: git
2026-07-26T12:02:27.4083472Z   persist-credentials: true
2026-07-26T12:02:27.4084297Z   clean: true
2026-07-26T12:02:27.4085028Z   sparse-checkout-cone-mode: true
2026-07-26T12:02:27.4085901Z   fetch-tags: false
2026-07-26T12:02:27.4086637Z   show-progress: true
2026-07-26T12:02:27.4087179Z   lfs: false
2026-07-26T12:02:27.4087733Z   submodules: false
2026-07-26T12:02:27.4088273Z   set-safe-directory: true
2026-07-26T12:02:27.4088901Z   allow-unsafe-pr-checkout: false
2026-07-26T12:02:27.4089680Z ##[endgroup]
2026-07-26T12:02:27.6047118Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-26T12:02:27.6048827Z ##[group]Getting Git version info
2026-07-26T12:02:27.6049765Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-26T12:02:27.6354345Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-07-26T12:02:27.6566480Z git version 2.43.0.windows.1
2026-07-26T12:02:27.6590313Z ##[endgroup]
2026-07-26T12:02:27.6598281Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\914a8996-3b63-4b92-9e2e-6ab9c2148356\.gitconfig'
2026-07-26T12:02:27.6618385Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\914a8996-3b63-4b92-9e2e-6ab9c2148356' before making global git config changes
2026-07-26T12:02:27.6620005Z Adding repository directory to the temporary git global config as a safe directory
2026-07-26T12:02:27.6625957Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-26T12:02:27.6896847Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-07-26T12:02:27.7126060Z https://github.com/BigscreenVR/spt-bs-core
2026-07-26T12:02:27.7153502Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-26T12:02:27.7158298Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-26T12:02:27.7389808Z HEAD
2026-07-26T12:02:27.7684739Z ##[endgroup]
2026-07-26T12:02:27.7687238Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-07-26T12:02:28.1918241Z ##[group]Cleaning the repository
2026-07-26T12:02:28.1921504Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-07-26T12:02:36.3294583Z Removing target/
2026-07-26T12:02:36.3329252Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-07-26T12:02:36.4257284Z HEAD is now at f87c586f Merge 3f1af6a568e063201e9dca110afdef2974dbcb8f into 464a46169b1da9e97e66e02cf51197154f22d651
2026-07-26T12:02:36.4293825Z ##[endgroup]
2026-07-26T12:02:36.4294324Z ##[group]Disabling automatic garbage collection
2026-07-26T12:02:36.4299556Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-07-26T12:02:36.4706716Z ##[endgroup]
2026-07-26T12:02:36.4707304Z ##[group]Setting up auth
2026-07-26T12:02:36.4715700Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-26T12:02:36.4962935Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-26T12:02:36.9590642Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-26T12:02:36.9841616Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-26T12:02:37.4659523Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-26T12:02:37.4909456Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-26T12:02:38.0004607Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-26T12:02:38.0353309Z ##[endgroup]
2026-07-26T12:02:38.0353816Z ##[group]Fetching the repository
2026-07-26T12:02:38.0361556Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +f87c586f7c5de55347986ad730f31bc15d0d20ed:refs/remotes/pull/84/merge
2026-07-26T12:02:40.1993138Z ##[endgroup]
2026-07-26T12:02:40.1994041Z ##[group]Determining the checkout info
2026-07-26T12:02:40.1994428Z ##[endgroup]
2026-07-26T12:02:40.1999021Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-07-26T12:02:40.2313035Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-26T12:02:40.2561729Z ##[group]Checking out the ref
2026-07-26T12:02:40.2567047Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force refs/remotes/pull/84/merge
2026-07-26T12:02:40.3019025Z HEAD is now at f87c586f Merge 3f1af6a568e063201e9dca110afdef2974dbcb8f into 464a46169b1da9e97e66e02cf51197154f22d651
2026-07-26T12:02:40.3038828Z ##[endgroup]
2026-07-26T12:02:40.3307704Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-07-26T12:02:40.3547613Z f87c586f7c5de55347986ad730f31bc15d0d20ed
